OnRequestPermissionsResultCallback

This interface is the contract for receiving the results for permission requests.

Functions

Link copied to clipboard
abstract fun onRequestPermissionsResult(requestCode: Int, @NonNull permissions: Array<String>, @NonNull grantResults: Array<Int>)
Callback for the result from requesting permissions.